Setup
Installation
- Copy
fs_camera_shake into your resources.
- Add
ensure fs_camera_shake to server.cfg.
- No database or UI configuration is required.
Configuration
Config.MinSpeed / Config.MaxSpeed: speed thresholds in mph that drive the intensity calculation.
Config.ShakeType: gameplay shake preset (SMALL_EXPLOSION_SHAKE, MEDIUM_EXPLOSION_SHAKE, ...).
Config.MinDuration / Config.MaxDuration: effect duration in milliseconds.
Config.MinAmplitude / Config.MaxAmplitude: strength range for the shake.
- Enable logging by setting
Config.Debug = true.